projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec08597
)
call-process does not create a buffer.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Dec 1996 00:57:00 +0000
(
00:57
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Dec 1996 00:57:00 +0000
(
00:57
+0000)
lispref/processes.texi
patch
|
blob
|
history
diff --git
a/lispref/processes.texi
b/lispref/processes.texi
index 64f4f0178c673fa9c2b9f6121a828c920da70e81..359366cf066382adcaf8da905d23a48e3f16eeff 100644
(file)
--- a/
lispref/processes.texi
+++ b/
lispref/processes.texi
@@
-163,8
+163,8
@@
Insert the output in that buffer, before point. This includes both the
standard output stream and the standard error stream of the process.
@item a string
-Find
or create a buffer with that name, then insert
-
the output in that buffer,
before point.
+Find
the buffer with that name, then insert the output in that buffer,
+before point.
@item @code{t}
Insert the output in the current buffer, before point.